[ Mega Script Archive ] [ Readme's ] [ TextCounter ] Copyright and Header############################################################################## # TextCounter Version 1.2 # # Created by Matt Wright mattw@worldwidemart.com # # Created on: 3/14/96 Last Modified on: 5/10/96 # # Scripts Found at: http://www.worldwidemart.com/scripts/ # ############################################################################## # If you run into any problems while trying to configure this script, help # # is available. The steps you should take to get the fastest results, are: # # 1) Read this file thoroughly # # 2) Consult the Matt's Script Archive Frequently Asked Questions: # # http://www.worldwidemart.com/scripts/faq/ # # 3) If you are still having difficulty installing this script, send # # e-mail to: scripts-help@tahoenet.com # # Include any error messages you are receiving and as much detail # # as you can so we can spot your problem. Also include the variable# # configuration block that is located at the top of the script. # # # # Hopefully we will be able to help you solve your problems. Thank you. # ############################################################################## # COPYRIGHT NOTICE # # Copyright 1996 Matthew M. Wright All Rights Reserved. # # # # TextCounter may be used and modified free of charge by anyone so long as # # this copyright notice and the comments above remain intact. By using this # # code you agree to indemnify Matthew M. Wright from any liability that # # might arise from it's use. # # # # Selling the code for this program without prior written consent is # # expressly forbidden. In other words, please ask first before you try and # # make money off of my program. # # # # Obtain permission before redistributing this software over the Internet or # # in any other medium. In all cases copyright and header must remain intact.# ############################################################################## Overview
counter.pl
How to Call This Script From Your Page
HistoryVersion 1.0 - 03/14/96 - * TextCounter Created and Released. Version 1.1 - 04/25/96 - * @valid_referer array and checking removed. Because server side includes can only be used locally, it is unnecessary. Also, it was causing many counters to incorrectly display error messages. Version 1.2 - 05/10/96 - * File Locking Procedure added. * Options $lock_sec and $pad_size added. |